翻訳と辞書
Words near each other
・ Piper PA-15 Vagabond
・ Piper PA-16 Clipper
・ Piper PA-18 Super Cub
・ Piper PA-20 Pacer
・ Piper PA-23
・ Piper PA-24 Comanche
・ Piper PA-25 Pawnee
・ Piper PA-28 Cherokee
・ Piper PA-29 Papoose
・ Piper PA-30 Twin Comanche
・ Piper PA-31 Navajo
・ Pipelayer
・ Pipelight
・ Pipeline
・ Pipeline (comics)
Pipeline (computing)
・ Pipeline (film)
・ Pipeline (instrumental)
・ Pipeline (software)
・ Pipeline (Unix)
・ Pipeline (video game)
・ Pipeline Ambush
・ Pipeline and Hazardous Materials Safety Administration
・ Pipeline Authority Act 1973
・ Pipeline Bodysurfing Classic
・ Pipeline bridge
・ Pipeline burst cache
・ Pipeline Coastal Park
・ Pipeline Debate
・ Pipeline Express


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Pipeline (computing) : ウィキペディア英語版
Pipeline (computing)

In computing, a pipeline is a set of data processing elements connected in series, where the output of one element is the input of the next one. The elements of a pipeline are often executed in parallel or in time-sliced fashion; in that case, some amount of buffer storage is often inserted between elements.
Computer-related pipelines include:
*Instruction pipelines, such as the classic RISC pipeline, which are used in central processing units (CPUs) to allow overlapping execution of multiple instructions with the same circuitry. The circuitry is usually divided up into stages, including instruction decoding, arithmetic, and register fetching stages, wherein each stage processes one instruction at a time.
*Graphics pipelines, found in most graphics processing units (GPUs), which consist of multiple arithmetic units, or complete CPUs, that implement the various stages of common rendering operations (perspective projection, window clipping, color and light calculation, rendering, etc.).
* Software pipelines, where commands can be written where the output of one operation is automatically fed to the next, following operation. The Unix system call pipe is a classic example of this concept, although other operating systems do support pipes as well.
== Classification of Pipelining ==

◾ Arithematic Pipelining
◾ Instruction Pipelining
◾ Vector Pipelining
◾ Unifunction & Multifunction Pipelining
◾ Scalar & Vector Pipelining.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Pipeline (computing)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.